home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / demos / qbs / apex / truegrid / tginfo.tx_ / tginfo.tx
Encoding:
Text File  |  1995-01-04  |  9.4 KB  |  249 lines

  1. This file contains:
  2.    TrueGrid Std (Standard Edition) Features Overview
  3.    TrueGrid Pro (Professional Edition) Features Overview
  4.    TrueGrid - Crystal Reports Combination
  5.    Free combo box, list box, and option list bundle
  6.    TrueGrid Prices, shipping charges and how to order
  7.  
  8. TrueGrid Std (Standard Edition) Features Overview
  9. -------------------------------------------------
  10.  
  11. DROP AND GO:  Simply drop TrueGrid on a Visual Basic form, set the
  12. DataSource property, and you instantly have a fully functional 
  13. database-aware browse table - without writing a single line of code!
  14.  
  15. DATABASE FORMATS:  Supports all database formats Visual Basic 
  16. recognizes.  No Size Limit:  Handles databases of any size.  There is
  17. no delay nor additional memory overhead for large databases.
  18.  
  19. BOUND CONTROLS:  Automatically works with other Visual Basic bound
  20. controls.  
  21.  
  22. EDITING:  In-cell editing with automatic update and data validation
  23. event.  
  24.  
  25. DROPDOWN TEXT EDIT:  A multi-line text control will dropdown 
  26. automatically when editing large data.
  27.  
  28. CONFIGURABILITY:  Column width and order are configurable interactively
  29. by end-users, and also at design time by code.  Column heading, 
  30. visibility, editability, text justification, and overall colors, fonts, 
  31. grid-lines and 3D-look are configurable at design time and by code.  
  32.  
  33. ADDNEW:  Allow end-users to enter a new record at the bottom line of 
  34. the grid.
  35.  
  36. CALLBACK: TrueGrid can be used with data managed by programmers; it
  37. doesn't have to be bound to a Visual Basic Data Control. 
  38.  
  39. LAYOUT EDITOR:  TrueGrid is the only grid in the market that comes with 
  40. a Layout Editor that allows programmers to configure the grid visually 
  41. and interactively at design time.  
  42.  
  43. SELECT AND MARK:  Select and mark non-contiguous record rows by mouse
  44. clicks, or by code. 
  45.  
  46. EDITMASK:  The EditMask property fully supports the Visual Basic 
  47. Format$ string.  
  48.  
  49. ROYALTY FREE:  TRUEGRID.VBX can be distributed free with your runtime
  50. applications.  
  51.  
  52. ON-LINE HELP:  Context sensitive help with detail overview; complete
  53. properties and events reference with plenty of examples.  
  54.  
  55. SAMPLES:  Sample applications to illustrate product features.  They 
  56. also provide useful tips and tricks.
  57.  
  58. EASY TO USE:  TrueGrid's features are familiar, intuitive, and easy
  59. to use.  In most cases, they require no code.  
  60.  
  61. FAST AND EFFICIENT:  Only data required for display will be retrieved, 
  62. TrueGrid is the fastest grid control in the market.
  63.  
  64.  
  65. TrueGrid Pro (Professional Edition) Features Overview
  66. -----------------------------------------------------
  67.  
  68. STANDARD EDITION FEATURES:  100% compatible with TrueGrid Std.  No 
  69. need to rewrite any of your applications.
  70.  
  71. SPLITS:  Splits a grid into any number of independent grids.  The
  72. splits can scroll simultaneously or independently, or be locked from
  73. scrolling.  An Excel-like split bar allows end-users to create splits
  74. interactively.  Programmer can decide how much interactively control 
  75. the end-users have.
  76.  
  77. PER-CELL COLOR AND FONT:  Control the color and font style of each
  78. individual cell based on cell contents and cell status.  If cell 
  79. contents or status are updated, the color and font will be adjusted
  80. automatically.  
  81.  
  82. MULTI-LINE ROW AND HEADING:  Heading and row heights are independently 
  83. controlled.  
  84.  
  85. ATTACHED COMBO OR LIST BOX:  Attach a combo or list box, or even any
  86. Visual Basic controls to a cell.
  87.  
  88. DRAG AND DROP:  Easy to program features to allow drag and drop of
  89. data to and from other controls.  
  90.  
  91. INDENTATION:  Control per-cell text indentation, ideal for building
  92. outlines and subtitles in a grid column.  
  93.  
  94. CALCULATED COLUMNS:  Create columns to display calculated expressions
  95. simply by entering a Visual Basic expression in a ColumnExpression 
  96. property.  No code required.  Visual Basic constants (e.g., null, True, 
  97. False), operators, field names, functions (37 VB functions are 
  98. supported), and even other calculated columns are supported.  TrueGrid 
  99. automatically resolves all dependencies and calculation orders.
  100.  
  101. CROSS-FORM BINDING:  TrueGrid can be bound to a Visual Basic Data 
  102. Control in another form.
  103.  
  104. IMPROVED LAYOUT EDITOR:  Allows programmers to visually and interactively 
  105. configure various column and split properties.  Features such as locked 
  106. columns are automated.  
  107.  
  108. COMPLETE PROGRAMMER CONTROL:  Programmer can override all default and
  109. inherited data and attributes and dictate what data, color, and font
  110. styles the grid should display in a cell using the UnboundFetch and
  111. FetchAttribute events.
  112.  
  113. IN-CELL GRAPHIC:  You can display graphical images in a cell, not just 
  114. textual information.
  115.  
  116. IN-CELL CHECK BOX AND RADIO-BUTTON:  For easy data inspection; eliminate 
  117. end-user typing and error.
  118.  
  119. VALUE LIST:  Values from bound or calculated columns can be translated 
  120. to any textual strings or pictures for display purposes.  For example, 
  121. (0, 1) may be displayed as (Yes, No), country names may be displayed as 
  122. bitmaps of their respective flags.  Value lists can be defined at design 
  123. time using the Layout Editor - no code necessary!
  124.  
  125. COLUMN SUMS:  Built-in properties to calculate and maintain field column 
  126. sums.  An event will be fired when a column sum changes.
  127.  
  128. BOUND (DATABASE-AWARE) COMBO AND LIST BOXES, AND OPTION LIST:  TrueGrid 
  129. Pro is bundled with bound combo box, list box and option list (radio 
  130. button) from Crescent Software, Inc.
  131.  
  132. BUILT-IN SUPPORT FOR CRYSTAL REPORTS:  You can perfrom ad-hoc queries on 
  133. the grid, configure the grid (hide, resize, or swap columns) at runtime 
  134. or design time, and create Crystal reports (on the fly!) that match the 
  135. grid data and configurations.  (See details below.)
  136.  
  137.  
  138. TrueGrid - Crystal Reports Combination
  139. --------------------------------------
  140.  
  141. TrueGrid has built-in support for the newly released Crystal Reports
  142. Pro 4.0 and the stock version of Crystal Reports that comes bundled with 
  143. Visual Basic Pro 3.0.
  144.  
  145. You can now bound an enhanced CRYSTAL.VBX to a Visual Basic Data
  146. Control, and generate "bound reports" without an existing report
  147. (.RPT) file!  If you modify (at runtime or design time) the Database
  148. and/or RecordSource properties in the Data Control, the "bound 
  149. reports" will automatically reflect the changes.
  150.  
  151. You can perform ad-hoc SQL queries on your databases, display and
  152. edit the resulting data in TrueGrid, configure the grid (e.g., hide
  153. certain fields or rearrange the field orders) either at runtime or
  154. design time, and then generate reports (on the fly!) that match
  155. exactly the configuration and data being displayed in the grid.
  156.  
  157. If you need to customize the appearance of a "bound report", the
  158. enhanced CRYSTAL.VBX will allow you to create a special "bound report
  159. file (.RPT)".  After a "bound report file" is created, you can then
  160. use the Crystal Report Designer to customize the report layout just
  161. like you do with other .RPT files.
  162.  
  163.  
  164. Free combo box, list box, and option list bundle
  165. ------------------------------------------------
  166.  
  167. TrueGrid Pro is bundled with bound combo & list boxes, and option list 
  168. from Crescent Software, Inc.
  169.  
  170.  
  171. TrueGrid Prices (Valid in US):
  172. ------------------------------
  173. All prices are in US dollars.
  174.  
  175. TrueGrid Std:
  176.      MSRP - $69
  177.      Limited time special- $39.95
  178. TrueGrid Pro:
  179.      MSRP - $149
  180.      Limited time special- $99.95
  181. TrueGrid Pro - Crsyatl Reports Pro 4.0 bundle (for VB3 Pro users only):
  182.      MSRP - $348 
  183.      Limited time special-  $269.95 
  184.  
  185. US shipping and handling charges:
  186. ---------------------------------
  187.                            Ground  2-day  Overnight
  188.                            ------------------------
  189. TrueGrid Pro                $8      $12     $16
  190. TG Pro - CRP 4.0 bundle     $8      $14     $20
  191.  
  192.  
  193. Canada Shipping charges:
  194. ------------------------
  195.                               Ground  Express
  196.                               ---------------
  197. TrueGrid Pro                    $15     $30
  198. TG Pro - CRP 4.0 bundle         $25     $40
  199.  
  200.  
  201. To order by phone:
  202. ------------------
  203.     Master Card, Visa, American Express, COD
  204.     800-858-APEX (800-858-2739)
  205.     (412)681-4343
  206.  
  207.  
  208. To order by fax:
  209. ----------------
  210.     Master Card, Visa, American Express, COD
  211.     FAX: (412)681-4384
  212.     Please include:  
  213.         Charge card number *and* expiration date
  214.         Shipping preference (Ground, 2-day air, overnight)
  215.         Name, company name, address and phone number
  216.  
  217. To order by mail:
  218. -----------------
  219.     Master Card, Visa, American Express, COD, check
  220.     4516 Henry Street, Pittsburgh, PA 15213
  221.     Please include:  
  222.         Charge card number *and* expiration date
  223.         Shipping preference (Ground, 2-day air, overnight)
  224.         Name, company name, address and phone number
  225.  
  226. To order via Internet:
  227. ----------------------
  228.     Send the following information to tgorders@apexsc.com:
  229.  
  230.     Master Card, Visa, American Express, COD
  231.     Please include:  
  232.         Charge card number *and* expiration date
  233.         Shipping preference (Ground, 2-day air, overnight)
  234.         Name, company name, address and phone number
  235.  
  236.  
  237. International Orders: 
  238. ---------------------
  239. Call 800-858-2739 or 412-681-4343 for your local dealer.
  240.  
  241.  
  242.  
  243. *** Coming in February 1995 ***
  244.  
  245. VBA Companion from Apex Software.  With this OLE-aware object browser 
  246. for Excel, Access, Visual Basic and any OLE compliant application, 
  247. you will never view OLE objects the same way again.  Call Apex software 
  248. for information or the VBA Companion dealer nearest you.  MSRP US$79.
  249.